Bulk Toggle Auto-Rightsizing for Containers
POST/rightsizing/bulk-toggle-auto-rightsizing
Toggle auto-rightsizing for multiple containers that match the provided filters. This endpoint allows bulk operations based on container filters rather than specific container IDs. Optionally, a policy can also be assigned to the matched containers in the same operation.
Request
- application/json
Body
required
filters objectrequired
enabled booleanrequired
cluster_id integer[]
policy_id integer
Optional policy to assign to matching containers
Responses
- 200
- 404
Auto-rightsizing successfully toggled for matching containers
Cluster not found
Loading...